Completed
Pull Request — master (#65)
by Maria Daniel Deepak
15:41
created

$(document).ready   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 7

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
nc 1
nop 0
dl 0
loc 7
rs 9.4285
c 0
b 0
f 0
1
( function( $ ) {
2
3
    $( document ).ready(function() {
4
        $( '#search_id-search-date-input' ).datepicker({
5
            changeMonth: true,
6
            changeYear: true,
7
            dateFormat: 'yy-mm-dd'
8
        });
9
    });
10
11
})( jQuery );